home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / shgmdemo.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1995-12-06  |  469 b   |  22 lines

  1. global gNext
  2.  
  3. on mouseDown
  4.   puppetSound("ReturnB")
  5.   repeat with x = 1 to 2
  6.     set the castNum of sprite 7 to the number of cast "RETURN.BMP"
  7.     updateStage()
  8.     startTimer()
  9.     repeat while the timer < 15
  10.       nothing()
  11.     end repeat
  12.     set the castNum of sprite 7 to the number of cast "RETURNR.BMP"
  13.     updateStage()
  14.     startTimer()
  15.     repeat while the timer < 15
  16.       nothing()
  17.     end repeat
  18.   end repeat
  19.   set gNext to "more fade"
  20.   go("g return")
  21. end
  22.